How is the Action Mapping specified ?
3111
23-Jul-2011
James Smith
23-Jul-2011<action-mappings> <action path="/submit" type="submit.SubmitAction" name="submitForm" input="/submit.jsp" scope="request" validate="true"> <forward name="success" path="/success.jsp"/> <forward name="failure" path="/error.jsp"/> </action></action-mappings>